home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 2.iso / quit.dxr / 00001.ls next >
Encoding:
Text File  |  1996-07-06  |  206 b   |  11 lines

  1. on exitFrame
  2.   global ending, quitlist
  3.   if ending = 1 then
  4.     set a to getAt(quitlist, random(count(quitlist)))
  5.     deleteAt(quitlist, getPos(quitlist, a))
  6.     go("A" & a)
  7.   else
  8.     go("4")
  9.   end if
  10. end
  11.